Skip to content

fix: escape inline subscripts on real Grothendieck constant page#104

Open
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/10a-latex-underscore
Open

fix: escape inline subscripts on real Grothendieck constant page#104
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/10a-latex-underscore

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • Unescaped _ in the $C_{10}$ / $K_G$ definition on constants/10a.md.

Root cause

Kramdown treats consecutive underscores as emphasis (#8). PR #11 fixed this on the old constants/10.md; the split into 10a.md dropped the escaping, so the Grothendieck constant definition renders incorrectly on the site.

Fix

Use \_ in inline math, matching #96#100.

Test plan

  • constants/10a.html shows $C_{10}$ and $K_G$ correctly

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant